.inbox .box{
	display:table;
	width:100%;
}
.inbox .p1{
	font-size:24px;
	line-height:26px;
	font-weight:500;
	color:#1a64b0;
	letter-spacing:-0.03em;
}
.inbox .p1 span{font-weight:900;}
.inbox .p2{
	margin:30px 0 0 0;
	width:460px;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	color:#333;
	text-align:justify;
}
.inbox .img2{
	width:120px;
}
.inbox .table1{
	width:100%;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bcbcbc;
	color:#444;
}
.inbox .table1 .tr1{background-color:#f7f7f7;}
.inbox .table1 tr th,
.inbox .table1 tr td{
	height:30px;
	font-size:13px;
}
.inbox .table1 tr th{
	width:120px;
	font-weight:500;
}
.inbox .table1 tr td{
	font-weight:400;
	padding-left:20px;
}
.inbox_e .table1 tr td{
	padding:10px 0 10px 20px;
}


/* ~ iPad */
@media only screen and (max-width:767px) {
	.inbox .p1{
		font-size:21px;
		line-height:24px;
	}
	.inbox .img1{
		display:block;
		margin:30px auto 0;
		max-width:100%;
	}
	.inbox .p2,
	.inbox .p4{
		width:100%;
		font-size:13px;
		letter-spacing:-0.03em;
	}
	.inbox .table1 tr th,
	.inbox .table1 tr td{
		padding:8px 0;
		line-height:17px;
	}
	.inbox .table1 tr th{width:100px;}
	.inbox_e .table1 tr td br{display:none;}
	.inbox_e .table1 tr th{
		text-align:left;
		width:130px;
		padding-left:10px;
	}
}

/* iPad */
@media only screen and (min-width:768px) and (max-width:1024px) {
	.inbox .p1{float:left;}
	.inbox .img1{
		display:block; float:right;
		margin:25px 0 0 0;
		width:40%; max-width:323px; max-height:243px;
	}
	.inbox .p2{
		float:left;
		width:58%;
	}
}

/* iPad */
@media only screen and (min-width:1025px) {
	.inbox .p1{float:left;}
	.inbox .img1{
		display:block;
		margin:25px 0 0 0; float:right;
		max-width:323px; max-height:243px;
	}
	.inbox .p2{float:left;}
}


/*IE 8*/
	.old_ie .inbox .p1{float:left;}
	.old_ie .inbox .p2{float:left;}
	.old_ie .inbox .img1{
		display:block;
		margin:25px 0 0 0; float:right;
		max-width:323px; max-height:243px;
	}